home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000104_slash_dev_slas…_2000@yahoo.com_Fri May 27 14:50:42 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!router1.news.adelphia.net!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail
  2. From: "Mark Sapiro" <slash_dev_slash_null_2000@yahoo.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Newbie - Slow text selection in Kermit?
  5. Date: 26 May 2005 19:20:53 -0700
  6. Organization: http://groups.google.com
  7. Lines: 43
  8. Message-ID: <1117160453.284231.274600@f14g2000cwb.googlegroups.com>
  9. References: <X5qle.31416$CR5.21266@bignews1.bellsouth.net>
  10. NNTP-Posting-Host: 209.182.169.133
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset="iso-8859-1"
  13. X-Trace: posting.google.com 1117160458 4087 127.0.0.1 (27 May 2005 02:20:58 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Fri, 27 May 2005 02:20:58 +0000 (UTC)
  16. User-Agent: G2/0.2
  17. Complaints-To: groups-abuse@google.com
  18. Injection-Info: f14g2000cwb.googlegroups.com; posting-host=209.182.169.133;
  19.    posting-account=iQNWIg0AAAAD2fStXNC9nwGlPdSqjWrI
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15341
  21.  
  22. Nick Leachman wrote:
  23. > Hi,
  24. >
  25. > I'm relativley new to Kermit; and I use it mainly to access network devies
  26. > via SSH - which works great. However, I often need to capture large chunks
  27. > of text from the SSH session in order to save a config, etc.
  28.  
  29. You could use the "log session" command to capture the text. I.e.
  30. escape to command mode and give the commands
  31.  
  32. log session
  33. connect
  34.  
  35. Then give the command to produce the desired output and again escape
  36. back to command mode and give the command
  37.  
  38. close session-log
  39.  
  40. This will produce a log of that portion of your terminal session in the
  41. file session.log in your current directory. You can give a different
  42. file name in the log session command, e.g. "log session foo.txt"
  43.  
  44. > I currently do this by highlighting it with the mouse; and it is fast enough
  45. > to highlight the text showing in the window. However, if I also need to copy
  46. > text that has scrolled off the current page the scrolling/marking process
  47. > becomes very slow.
  48. >
  49. > Does anyone know how to speed up the text selection for copying?
  50.  
  51. You could investigate "mark mode" which may or may not help.
  52.  
  53. Give the "manual" command to K95, then select
  54.  
  55. Terminal Emulation
  56.     * Advanced Screen Navigation Features
  57.  
  58. or just open the file <K95 installation
  59. directory>/docs/manual/scroll.htm in your web browser.
  60.  
  61. --
  62. Mark Sapiro msapiro at value net      The highway is for gamblers,
  63. San Francisco Bay Area, California    better use your sense - B. Dylan
  64.